type net/http.http2transportResponseBody
4 uses
net/http (current package)
h2_bundle.go#L9569: res.Body = http2transportResponseBody{cs}
h2_bundle.go#L9611: type http2transportResponseBody struct {
h2_bundle.go#L9615: func (b http2transportResponseBody) Read(p []byte) (n int, err error) {
h2_bundle.go#L9669: func (b http2transportResponseBody) Close() error {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |